malloc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* malloc(size_t size, string file, size_t line)
  2. void* malloc(size_t size)
    version(!CustomRuntime)
    extern (C) @nogc extern nothrow
    void*
    malloc
    (
    size_t size
    )

Meta